![]() |
YNQ
YNQ-1.6.0
|
Modules | |
| Authentication Level | |
Functions | |
| NQ_BOOL | ccGetSigningPolicy (void) |
| void | ccSetSigningPolicy (NQ_BOOL enable) |
| NQ_STATUS | ccSetMinSecurityLevel (NQ_INT level) |
| NQ_INT | ccGetMinSecurityLevel (void) |
| NQ_STATUS | ccSetMaxSecurityLevel (NQ_INT level) |
| NQ_INT | ccGetMaxSecurityLevel (void) |
| NQ_BOOL | ccSetExclusiveAccessToFileA (NQ_CHAR *fileName, NQ_BOOL makeExclusive) |
| NQ_BOOL | ccSetExclusiveAccessToFile (NQ_WCHAR *fileName, NQ_BOOL makeExclusive) |
| NQ_BOOL | ccIsExclusiveAccessToFileA (NQ_CHAR *fileName) |
| NQ_BOOL | ccIsExclusiveAccessToFile (NQ_WCHAR *fileName) |
| NQ_BOOL ccGetSigningPolicy | ( | void | ) |
This function is called by application to get the current Message Signing mode.
| void ccSetSigningPolicy | ( | NQ_BOOL | enable | ) |
This function is called by application to set the current Message Signing mode.
| enable | If set to TRUE NQ Client will sign messages. if set to FALSE NQ Client will not sign messages. |
This function is called by application to set the NQ CIFS Client security minimal level. Before this function is called NQ CIFS Client uses the default security configuration (see AM_MAXSECURITYLEVEL in NQ Library Reference - Authentication)
| level | LAN Manager authentication level. The value of this parameter corresponds to table see amClientDefineLevel in NQ Library Reference - Authentication |
| NQ_INT ccGetMinSecurityLevel | ( | void | ) |
This function is called by application to get the NQ CIFS Client security minimal level.
This function is called by application to set the NQ CIFS Client security maximal level. Before this function is called NQ CIFS Client uses the default security configuration (see AM_MAXSECURITYLEVEL in NQ Library Reference - Authentication)
| level | LAN Manager authentication level. The value of this parameter corresponds to table see amClientDefineLevel in NQ Library Reference - Authentication |
| NQ_INT ccGetMaxSecurityLevel | ( | void | ) |
This function is called by application to get the NQ CIFS Client security maximal level.
This function sets or removes exclusive access rights or restores default access rights.
This function applies access rights to a file. When makeExclusive parameter is TRUE the following access rights will be applied:
When this function returns TRUE it means that the remote server has accepted new access rights but it does not guarantee that those rights were effectively modified. To check the latter use ccIsExclusiveAccessToFile().
| fileName | Path to the file. |
| makeExclusive | TRUE to set exclusive access, FALSE to revert to default access rights. |
This function sets or removes exclusive access rights or restores default access rights.
This function applies access rights to a file. When makeExclusive parameter is TRUE the following access rights will be applied:
When this function returns TRUE it means that the remote server has accepted new access rights but it does not guarantee that those rights were effectively modified. To check the latter use ccIsExclusiveAccessToFile().
| fileName | Path to the file. |
| makeExclusive | TRUE to set exclusive access, FALSE to revert to default access rights. |
This function is called by application to determine whether the file/directory specified by the parameter has exclusive access rights.
| fileName | Path to the file. |
This function is called by application to determine whether the file/directory specified by the parameter has exclusive access rights.
| fileName | Path to the file. |